home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tcontain / unit1.dfm / unit1.txt
Text File  |  1996-09-15  |  778b  |  46 lines

  1. object Form1: TForm1
  2.   Left = 370
  3.   Top = 334
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 20
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 32
  18.     Width = 53
  19.     Height = 20
  20.     Caption = 'Label1'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 24
  24.     Top = 88
  25.     Width = 53
  26.     Height = 20
  27.     Caption = 'Label2'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 24
  31.     Top = 144
  32.     Width = 53
  33.     Height = 20
  34.     Caption = 'Label3'
  35.   end
  36.   object Button1: TButton
  37.     Left = 256
  38.     Top = 224
  39.     Width = 145
  40.     Height = 33
  41.     Caption = 'Test ForEach'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.